-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 1877374: Remove unused bootstrap etcd cert generation mechanism #4150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1877374: Remove unused bootstrap etcd cert generation mechanism #4150
Conversation
The cluster-etcd-operator render command now handles bootstrap certificate generation[1]. This patch deletes the now unused client/server bootstrap etcd cert generation logic. [1] openshift/cluster-etcd-operator#412
|
@ironcladlou: This pull request references Bugzilla bug 1877374, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
output of cluster bot run: Looks like the run failed but not because of bootstrapping or anything related to cert changes. |
|
/retest |
|
/test e2e-azure |
|
/retest |
1 similar comment
|
/retest |
|
@ironcladlou: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold |
|
/bugzilla refresh |
|
@hexfusion: This pull request references Bugzilla bug 1877374, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@abhinavdahiya we received the ok to backport openshift/cluster-etcd-operator#438 can you approve this, please? |
|
@hexfusion you asked me to tag this for cherry picking but it's held, not approved, and not lgtm'd. It needs all those things before it can be considered for CPA. does openshift/cluster-etcd-operator#438 need to be held to ensure we don't get only half the fix? |
|
/retest |
|
/approve |
|
/test all |
|
since #4283 merged we should be unblocked /test all |
|
/retest |
|
@ironcladlou: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstuever, staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@ironcladlou: All pull requests linked via external trackers have merged: Bugzilla bug 1877374 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The cluster-etcd-operator render command now handles bootstrap certificate
generation. This patch deletes the now unused client/server bootstrap etcd
cert generation logic.
Depends on openshift/cluster-etcd-operator#438
Backport of #3995